Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Init.movie.trakt property #209

Closed
wants to merge 96 commits into from

Conversation

glensc
Copy link
Contributor

@glensc glensc commented Nov 29, 2022

No description provided.

glensc added 30 commits January 11, 2022 22:13
This will make one api request to create list of
TVSeason with TVEpisode objects.
This is not needed for Python3 as the "old style" classes don't exist
and inheritance from object is implicit.

- https://stackoverflow.com/questions/15374857/should-all-python-classes-extend-object
- http://docs.python.org/release/2.5.2/ref/node33.html
glensc and others added 27 commits October 24, 2022 22:18
The idea of @classmethod is to have class in a variable
Use @staticmethod when class or instance is not needed in a method
This allows caller to pass progress value in same go
The responses may contain useful information what was updated:

{
  'added': {
    'movies': 1, 'episodes': 0
  },
  'not_found': {
    'movies': [], 'shows': [], 'seasons': [],
    'episodes': [], 'people': [], 'users': []
  }
}
The tests doesn't seem to be testing anything much other than coverage?
@glensc
Copy link
Contributor Author

glensc commented Nov 29, 2022

Wrong fork.

Created now in correct fork:

@glensc glensc closed this Nov 29, 2022
@glensc glensc deleted the init.movie.trakt-property branch November 30, 2022 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants